home *** CD-ROM | disk | FTP | other *** search
- /* Border Sin Script */
-
- options results
- parse ARG Port b
-
- ADDRESS value Port
-
- pp_Progresstext 'Border'
-
- pp_GetWidth
- W=result
- pp_GetHeight
- H=result
- pp_ClosestColor 255 255 255
- White=result
- pp_ClosestColor 0 0 0
- Black=result
-
- pp_StencilOff
- pp_EffectOff
- pp_SpareOnOff
- pp_ComposeReqOff
- pp_Compose 0 100 0
- pp_SetApen Black
- pp_SetBpen White
- pp_Cls
-
- Tot=6
-
- pp_Progress 1 Tot
- pp_Boxf 10 10 W-11 H-11
-
- pp_EffectOn
- pp_Progress 2 Tot
- pp_Sin 1 6 616 6 616
- pp_BoxF 0 0 W-1 H-1
- pp_Progress 3 Tot
- pp_GaussianBlur 10
- pp_BoxF 0 0 W-1 H-1
- pp_Progress 4 Tot
- pp_Adjustlevels 55 112
- pp_EffectOff
-
- pp_Progress 5 Tot
- pp_SparetoStencil
-
- EXIT
-